Skip to main content

Release notes

New features and bug fixes for Evolution API.

You can also view the Releases in the GitHub repository.

How to update Evolution API

The steps to update your Evolution depend on which platform you use. Refer to the documentation for your Evolution:

Tags

Docker

There is two main tags used in Docker, latest and homolog.

  • Latest: this image contains the most stable version, recommended in most cases.
  • Homolog: test and feature implementation, also referred as next version. This version may be not stable and is not recommended for production environments.

Github

There is two main branches/tags used in github, main and homolog.

  • main: most stable version, recommended in most cases.
  • Homolog: Test and feature implementation, also referred as next version. This version may be not stable and is not recommended for production environments.

Versions nomenclature

Evolution uses semantic versioning. All version numbers are in the format MAJOR.MINOR.PATCH. Version numbers increment as follows:

  • Major version when making incompatible changes which potentially require user action.
  • Minor version when adding functionality in a backward-compatible manner.
  • Patch version when making backward-compatible bug fixes.
info

This is the latest version, the most stable as of right now. We recommend uses of the latest version instead of homolog for stability reasons.

1.6.1

This is a minor fix update. Version 1.6.1 introduces fixes for message handling, Typebot integration, media sharing, text formatting in Chatwoot, and instance management. It also adds customization options and resolves reconnection issues with MongoDB.

See full changelog
Fixes
  • Fixed Lid Messages
  • Fixed the pairing code
  • Adjusts in typebot
  • Fixed sending variables to typebot
  • Fixed sending variables from typebot
  • Options to disable docs and manager
  • Correction sending s3/minio media to chatwoot and typebot
  • Fixed chatwoot Bold, Italic and Underline formatting using Regex
  • Include instance Id field in the instance configuration
  • Fix the problem when disconnecting the instance and connecting again using mongodb
  • Fixed the problem with typebot closing at the end of the flow, now this is optional with the TYPEBOT_KEEP_OPEN variable
  • Added the sign_delimiter property to the Chatwoot configuration, allowing you to set a different delimiter for the signature. Default when not defined \n
Supported integrations
  • Chatwoot: v3.3.1
  • Typebot: v2.20.0

View the commits for this version.

Release date: 2023-12-15

1.6.0

New Instance manager available on endpoint /manager and support for reply messages in Chatwoot.

See full changelog
Features
  • Added AWS SQS Integration
  • Added support for new typebot API
  • Added endpoint sendPresence
  • New Instance Manager
  • Added auto_create to the chatwoot set to create the inbox automatically or not
  • Added reply, delete and message reaction in chatwoot v3.3.1
Fixes
  • Adjusts in proxy
  • Adjusts in start session for Typebot
  • Added mimetype field when sending media
  • Ajusts in validations to messages.upsert
  • Fixed messages not received: error handling when updating contact in chatwoot
  • Fix workaround to manage param data as an array in mongodb
  • Removed await from webhook when sending a message
  • Update typebot.service.ts - element.underline change ~ for *
  • Adjusts in proxy
  • Removed api restart on receiving an error
  • Fixes in mongodb and chatwoot
  • Adjusted return from queries in mongodb
  • Added restart instance when update profile picture
  • Correction of chatwoot functioning with admin flows
  • Fixed problem that did not generate qrcode with the chatwoot_conversation_pending option enabled
  • Fixed issue where CSAT opened a new ticket when reopen_conversation was disabled
  • Fixed issue sending contact to Chatwoot via iOS
Supported integrations
  • Chatwoot: v3.3.1
  • Typebot: v2.20.0
Changes
  • -> Adjusting function cleaningStoreFiles to remove itens from missing… by @jaison-x in #186
  • fix: size of group participants by @w3nder in #190
  • Handle optional chaining for 'settings.msg_call', this change prevent… by @vitorogen in #197
  • Handle erros in Typebot by @gabrielpastori1 in #198
  • Deleting instances by @jaison-x in #187
  • fix: Removed await from webhook when sending a message by @craines in #216
  • fix messages not received: error handling when updating contact by @raimartinsb in #228
  • fix: workaround to manage param data as an array in mongodb by @jaison-x in #224
  • Update typebot.service.ts - element.underline change ~ for * by @suissa in #215
  • Add session creation for typebot service by @gabrielpastori1 in #233
  • Add sendPresence by @gabrielpastori1 in #237
  • Fix chatwoot find by @gabrielpastori1 in #248
  • Add Manager by @gabrielpastori1 in #250
  • fix: only create if is paused by @gabrielpastori1 in #249

View the commits for this version.

Release date: 2023-12-15

1.5.4

Baileys logger typing issue resolved and resolved duplicated messages problems in Chatwoot.

View the commits for this version.